projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43dc597
)
(Processing of Errors): Use @var for an argument, not @code.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Oct 2006 10:41:08 +0000
(10:41 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Oct 2006 10:41:08 +0000
(10:41 +0000)
lispref/control.texi
patch
|
blob
|
history
diff --git
a/lispref/control.texi
b/lispref/control.texi
index 3ed0b7f90ec52a8af49c01de2d3dd84db6117e8b..93d5bb36d8ccb30148cd871699f1c55a5cd6d942 100644
(file)
--- a/
lispref/control.texi
+++ b/
lispref/control.texi
@@
-862,7
+862,7
@@
handle errors that return control to the Emacs command loop. The
function should take three arguments: @var{data}, a list of the same
form that @code{condition-case} would bind to its variable;
@var{context}, a string describing the situation in which the error
-occurred, or (more often) @code{nil}; and @
code
{caller}, the Lisp
+occurred, or (more often) @code{nil}; and @
var
{caller}, the Lisp
function which called the primitive that signaled the error.
@end defvar